﻿

/*Startsidebilden - Sätter bildens bredd till 100%*/
.SplashImage IMG {
	width:100%;
}

/*Hållare för editor*/
.EditorContent {
	padding-bottom: 8px;
	width: 100%;
}
.EditorContent table{
	clear:left;
}

/*Hållare för editor, styrning av P taggen i editorn, 
styrning av utseende länkar i editorn*/
.EditorContent p {
	margin: 0px 0px 10px;
	padding: 0px;
	
	font-size:12px;
}
.EditorContent a:link, .EditorContent a:visited 
{
	text-decoration:underline;

}
.EditorContent a:hover {
	text-decoration:none;
}
.EditorContent img.FloatLeft {
	float:left;
	padding:4px;
}
.EditorContent img.FloatRight {
	float:right;
	padding:4px;	
}
.EditorContent .Ingress {
	font-size:1.2em;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/*Styr om alla rubriker till helvetica*/
h1, h2, h3, h4, h5, h6{
	font-family:Helvetica, Arial, sans-serif;

/*Rubriker, som redaktören kan sätta via EditMenuName i editorn, se editor.css 
för klasser som styr detta i editorn i EpiServer*/
}
h2.Rubrik1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 0px 0px 4px;
	line-height: 1.4em;
	color: #4383a9;
	font-family: Arial, Helvetica, sans-serif;
}
h3.Rubrik2 {
	font-size: 1em;
	font-weight: bold;
	margin: 8px 0px 0px;
	padding: 0px;
	color: #CC0026;
}

h2{
	font-size: 185%;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #4383a9;
	line-height: 1.2em;
}
	
h4 {
	font-size: 135%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #4383a9;
	line-height: 1.4em;
}	
	
h5        {
	font-size: 115%; 
	font-weight: bold; 
	margin-top: 30px; 
	margin-bottom: 3px;
	color: #4383a9;
}	
/*h6        {
	font-size: 115%; 
	font-weight: bold; 
	margin-top: 30px; 
	margin-bottom: 3px;
	color: #000000;
    EditMenuName:h6;
    }*/	

/*h1.nomargin       {
	font-size: 210%;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #4383a9;
	EditMenuName:h1.nomargin;
	}
*/
h2.nomargin      {
	font-size: 185%;
	font-weight: normal;	
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #4383a9;
	}
	
/*h3.nomargin     { 
	font-size: 160%;
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #4383a9;	
	EditMenuName:h3.nomargin;
    }
*/	
h4.nomargin        {
	font-size: 135%; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 5px;
	color: #4383a9;	
 }	
	
h5.nomargin        {
	font-size: 115%; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 3px;
	color: #4383a9;
    }	

/*h6.nomargin        {
	font-size: 115%; 
	font-weight: bold; 
	margin-top: 3px; 
	margin-bottom: 0px;
	color: #000000;
    EditMenuName:h6.nomargin;
    }	
*/

.BoxHeadingList {
	margin-bottom: 5px;
}
.HeadingType1 {
	font-size:1.1em;
	padding-bottom: 10px;
	color: #4383a9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5495BC;
	padding-top: 15px;
}

/*Nyhetslista*/
.NewsList {

}
.NewsList P {
	 padding:0px; 
	 margin:0px; 
}
.NewsList .Heading {
	font-weight:bold;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
}
.NewsList .Date {
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.NewsList .Sender {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-left: 5px;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.NewsList .Text {
	display: block;
	padding-top: 0px;
}
.NewsLink:link, .NewsLink:visited {
	float:left;
	width: 100%;
	text-decoration:none;
	color:#000000;
	margin-bottom: 8px;
}
.NewsLink:hover {
	background-color:#eaeaea;
	text-decoration: none;
}
.NewsLink span {
	display: block;
	padding: 3px;
}


/*Right*/
.NewsList2 {

}
.NewsList2 P {
	 /* padding:0px; */
	 padding-bottom:0px;
	 margin-bottom:10px;
	 margin-top:0px;
	 
}




/*Sökträfflista*/
.SearchList {

}
.SearchList P {
	padding:0px;
	margin:0px;
}
.SearchList .Heading {
	font-weight:bold;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
}
.SearchList .Date {
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.SearchList .Origin {
	color: #666666;
}
.SearchList .Text {
	display: block;
}
.SearchList:link, .SearchList:visited {
	float:left;
	width: 100%;
	text-decoration:none;
	color:#000000;
	margin-bottom: 8px;
}
.SearchList:hover {
	background-color:#eaeaea;
	text-decoration: none;
}
.SearchList span {
	display: block;
	padding: 3px;
}

/*informationsyta*/
.InfoArea {
	padding:5px;
	float: right;
	width: 35%; 
}

/*informationsyta*/
.InfoArea2 {
	padding:5px;
	float: right;
	width: 35%; 
}

/*Bild på startsidan*/
.SplashArea {
	width: 100%;
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*I fokus på startsidan*/
.HighLightArea {
}
.HighLightArea .NewsLink:link, .HighLightArea .NewsLink:visited {
	padding-bottom:10px;
}
.HighLightArea .NewsLink:hover{
	background-color: #FFFFFF;

}
.HighLightArea .HightLightImage {
	float:left;
	padding-right: 10px;
}
.HighLightText {
	float:right;
	width:60%;
}


/*Bildvisning i lista*/
Body.SubPageThreeCols .HightLightImage {
	float:right;
	padding-left: 10px;
}
Body.NoRightCol .HightLightImage {
	float:right;
	padding-left: 10px;
}
Body.NoRightColNarrow .HightLightImage {
	float:right;
	padding-left: 10px;
}

/*Kolumnhantering*/
.ColRow {
	width:100%;
	float:left;
	padding-top: 8px;
}
.ColLeft {
	width:48%;
	float:left;
}

.ColLeft P {

	 padding-bottom:0px;
	 margin-bottom:10px;
	 margin-top:0px;
}

.ColRight {
	width:48%;
	float:right;
}


.ColRight P {
	 padding-bottom:0px;
	 margin-bottom:10px;
	 margin-top:0px;
} 

/* Editercontentrightstartpage */
.ColRightStartPage
{
	width: 100%;
	padding-left:0px;
}
.ColRightStartPage P , .ColRightStartPage h1 , .ColRightStartPage h3 , .ColRightStartPage h4 , .ColRightStartPage h5 , .ColRightStartPage h6
{
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:5px;
	margin-top: 10px;
}

/* Editercontentrightstartpage */
.ColRightStartPage 
{
	width:inherit;
	float:right;
}
.ColRightStartPage P {

	 padding-bottom:0px;
	 margin-bottom:10px;
	 margin-top:0px;
	 
} 


/*Generellt Boxar */
.BoxEnd {
	float:left;
	height:8px;
	width: 99%;
}
.BoxContent {
	padding:4px;
	float: left;
}

/*Läs mer länk under boxlistningarna */
.ReadMore {
	clear:both;
	text-align: right;
	display: block;
}

/*Meddelande Box*/
.MessageBox {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.EditorBox {
	float: left;
	width: 96%;
	padding: 4px;
	margin-bottom: 1px;
}
body.StartPage div#MidColumn h2.BoxHeading
{
	background: #FFFFFF;
	color: #5495BC;
	font-size: 1.1em;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5495BC;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 4px;
}
body.StartPage div#RightColumn h2.BoxHeading
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	background-color: #5495BC;
	padding-top: 6px;
	padding-left: 4px;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 0px;
}	

/*Kontaktblock för undersida*/
.Contact span{
	width: 100%;
	display:block;
}

/*Ta bort ram på sista alternativet i högerlistor*/
.MyBox li.LastItem, .MessageBox li.LastItem{
	border-bottom:none;
}
.leftfloating {
	float: left;
	width: 73%;
	margin-bottom: 10px;
}
.rightfloating {
	float: right;
}
.centered {
	text-align: center;
}
.rightaligned {
	text-align: right;
}
.leftaligned {
	text-align: left;
}
.SPCalendarList {
	padding-left: 5px;
}

/*Generell rubrik ovanför listningar*/
.ListHeading {
	margin-bottom: 8px;
	padding-bottom: 2px;
	background-color: #ebebeb;
	padding-top: 2px;
	padding-left: 4px;
}

/*Listor på startsidan*/
.DotList
{
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
	width:100%;
}

.DotList li
{
	list-style-type: none;
}

.DotList a:link, .DotList a:visited
{
	background-image: url(../Images/bevel.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#eeeeee;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-bottom:0px;
	color: #333333;
	width: 232px;
	text-decoration: none;
}

.DotList a:hover
{
	background-image: url(../Images/bevel_hoover.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #dddddd;
}

/*Kolumnhantering Startsida2*/
body.StartPageTwo .ColRow {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-left: 0px;
	
}
body.StartPageTwo h2.BoxHeading {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	background-color: #5495BC;
	padding-top: 6px;
	padding-left: 5px;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 3px;
	width:194px;
}
body.StartPageTwo div.EditorContent h2.BoxHeading {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	background-color: #5495BC;
	padding-top: 6px;
	padding-left: 4px;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 3px;
	width:193px;
}

body.StartPageTwo .DotList {
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
	width:100%;
}
body.StartPageTwo .DotList li
{
	list-style-type: none;
}

body.StartPageTwo .DotList a:link, body.StartPageTwo .DotList a:visited
{
	background-image: url(../Images/bevel.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#eeeeee;
	display: block;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-bottom:0px;
	color: #333333;
	width: 193px;
	text-decoration: none;
}

body.StartPageTwo .DotList a:hover
{
	background-image: url(../Images/bevel_hoover.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #dddddd;
}

body.StartPageTwo .ColLeft {
	width: 17.5em;
	float: left;
	margin-right:30px;
}
body.StartPageTwo .ColMid {
	width: 17.5em;
	float: left;
	margin-right:30px;
}
body.StartPageTwo .ColMidTwo {
	width: 17.5em;
	float: left;
	margin-right:30px;
}
body.StartPageTwo .ColRight {
	width: 17.5em;
	float: left;
}


/*Kalender*/
.Calendar {
}
.Calendar .Date {
}
.Calendar .Text { 
	padding-top:0px;
}
.CalendarDay:link, .CalendarDay:visited {
	padding-bottom:4px;
	display:block;
	color:#333;
	font-weight:bold;
}
.CalendarDay:hover {
	text-decoration:underline;
}
.calendarlistingarea h2.DateHeading {
	font-size: 1.2em;
	width: 100%;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.calendarlistingarea a:link, .calendarlistingarea a:visited {
	display:block;
	width:99%;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}
.calendarlistingarea a:hover {
	background-color:#eaeaea;
}
div.monthcalendararea {
	float: right;
	width: 38%;
}
div.calendarlistingarea {
	float: left;
	width: 100%;
	text-align: left;	
}
h1.calendardayheading {
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe {
	border-color: #fff;
	background-color: #fff;
}
.leftfloating {
	float: left;
	width: 73%;
	margin-bottom: 10px;
}
.rightfloating {
	float: right;
}
.centered {
	text-align: center;
}
.rightaligned {
	text-align: right;
}
.leftaligned {
	text-align: left;
}
.SPCalendarList {
	padding-left: 5px;
}

/*Produktlistning*/
.ProductRow {
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.Product {
	float:left;
	width: 310px;
}
.Product a:link, .Product a:visited {
	color:#333;
	float:left;
	display: block;
	width: 100%;
}
.Product a:hover {
	text-decoration:none;
}
.ProductRow P {
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
}
.Right{
	float:right;
}
.ProductHeading {
	background-color:#5495BC;
	color: #FFFFFF;
	padding: 5px;
	padding-bottom:6px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
.Product .Description {
	padding-top:4px;
	padding-left: 4px;
	float: left;
	width: 60%;
}
.Product .ProdImage {
	float: left;
}

/*FAQ-Heading*/
.FaqHeading {
	background-color:#5495BC;
	color: #FFFFFF;
	padding: 4px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	clear: both;
}
p.Quest {
}
p.Answ {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*Karta - ÅFsök*/
Body#MapSearch {
	background-color:#FFF;
	background-image:none;
	text-align:left;
	padding-top: 10px;
	padding-left: 10px;
}
#MapWrapper{
	width:70em;
	float:left;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.MapSearchTop{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5495BC;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.MapLogo {
	float: left;
}
.MapSearchTop h1 {
	float: right;
	width: 80%;
	margin: 0px	;
	text-align: right;
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 10px;
}
.MidWrapper {
	float: left;
	width: 100%;
}
.Map {
	width: 400px;
	float: left;
}
.InfoArea label {
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}
.InfoArea p {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}
.InfoArea h3 {
	color: #5495BC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5495BC;
	font-size: 1.1em;
	margin-bottom: 8px;
}
.hidden
{
	display:none;
}
a.sitemapheader
{
	font-weight: bold;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-size: 1.2em;
}
a.sitemaphead1
{
	font-size: 135%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #5495BC;
	line-height: 1.4em;
}
a.sitemaphead2
{
	font-size: 100%; 
	font-weight: bold; 
	margin-top: 30px; 
	margin-bottom: 3px;
	color: #5495BC;
}
a.sitemaphead3
{
	font-size: 100%; 
	font-weight: normal; 
	margin-top: 30px; 
	margin-bottom: 3px;
	color: #5495BC;
}

/*Broshyrbeställning*/
.InputGroup {
	width: 100%;
	padding-bottom: 8px;
}
.InputGroup label {
	font-weight:bold;
	cursor: pointer;
}
.InputGroup P {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.FolderImage {
	float: left;
	height: 150px;
	width: 100px;
	padding-right: 8px;
}
.FolderItem {
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
	float: left;
}
.FolderItem span {
	display: block;
	padding-bottom: 4px;
}
.FolderItem .Heading {
	font-weight: bold;
}
.PDF:link, .PDF:visited  {
	padding-left:20px;
	background-image: url(../Images/pdf.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: 1px;
}
.ButtonHolder {
	clear: both;
}
h2.BorderHeading {
	color: #000000;
	font-size: 1.3em;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	padding-bottom: 2px;
}
.OrderTable th {
	text-align: left;
	padding: 4px;
	background-color: #E6E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C4C4;
}
.OrderTable td {
	vertical-align: top;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.OrderTable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.ErrorText 
{
	font-size:large;
}
.BrochureCheckBox label {
	display:none;
}





.c3940 {
    background-color: #ff463a;
    padding-bottom: 1.1em;
    padding-top: 2.2em;
}
.sv-use-margins .ah4xwhite0:first-child, .sv-old-text-portlet .ah4xwhite0.sv-first-child {
    margin-top: 0em;
}
.ah4xwhite0 {
    text-shadow: 0 0 3px #999;
    display: block;
}
.ah4xwhite0 {
    font-family: ffclanwebprobook,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 190%;
    color: #ffffff;
    line-height: normal;
}
.sv-text-portlet-content *, .sv-text-portlet-cloned-content * {
    white-space: pre-wrap;
}
.sv-text-align-center {
    text-align: center !important;
}
address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 15px 0;
}
.c3938 {
    padding-bottom: 0.8em;
}
.sv-spacer-0vt > .sv-portlet, .sv-spacer-0vt > .sv-text-portlet, .sv-spacer-0vt > .sv-old-text-portlet, .sv-spacer-0vt > .sv-layout {
    margin-top: 0;
}
.sv-grid-gridx12xcolumns.sv-fluid-grid, .sv-grid-gridx12xcolumns.sv-fixed-fluid-grid {
    max-width: 980px;
    width: 97%;
}
.sv-grid-gridx12xcolumns {
    margin-right: auto;
    margin-left: auto;
}
.c3952 {
    margin-top: 0;
    padding-top: 0;
}
.sv-row, .sv-row-1, .sv-row-2, .sv-row-3, .sv-row-4, .sv-row-5, .sv-row-6, .sv-row-7, .sv-row-8, .sv-row-9, .sv-row-10, .sv-row-11, .sv-row-12, .sv-row-13, .sv-row-14 {
    *zoom: 1;
}
.sv-row, .sv-row-1, .sv-row-2, .sv-row-3, .sv-row-4, .sv-row-5, .sv-row-6, .sv-row-7, .sv-row-8, .sv-row-9, .sv-row-10, .sv-row-11, .sv-row-12, .sv-row-13, .sv-row-14 {
    margin-right: auto;
    margin-left: auto;
}
.sv-row:before, .sv-row:after, .sv-row-1:before, .sv-row-1:after, .sv-row-2:before, .sv-row-2:after, .sv-row-3:before, .sv-row-3:after, .sv-row-4:before, .sv-row-4:after, .sv-row-5:before, .sv-row-5:after, .sv-row-6:before, .sv-row-6:after, .sv-row-7:before, .sv-row-7:after, .sv-row-8:before, .sv-row-8:after, .sv-row-9:before, .sv-row-9:after, .sv-row-10:before, .sv-row-10:after, .sv-row-11:before, .sv-row-11:after, .sv-row-12:before, .sv-row-12:after, .sv-row-13:before, .sv-row-13:after, .sv-row-14:before, .sv-row-14:after {
    content: " ";
    display: table;
}
*:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
*:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.sv-fluid-grid .sv-row-1 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-2 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-3 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-4 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-5 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-6 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-7 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-8 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-9 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-10 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-11 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-12 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-13 *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row-14 *[class*='sv-column']:first-of-type, .sv-grid .sv-row *[class*='sv-column']:first-of-type, .sv-fluid-grid .sv-row *[class*='sv-column']:first-of-type, .sv-fixed-fluid-grid .sv-row *[class*='sv-column']:first-of-type, .sv-fixed-fluid-grid .sv-row .sv-row *[class*='sv-column']:first-of-type {
    margin-left: 0;
}
.sv-grid-gridx12xcolumns.sv-fluid-grid .sv-column-3 {
    width: 23.46938775510204%;
    *width: 23.418367346938776%;
}
.sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-1, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-1, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-2, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-2, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-3, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-3, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-4, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-4, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-5, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-5, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-6, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-6, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-7, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-7, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-8, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-8, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-9, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-9, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-10, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-10, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-11, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-11, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-12, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-12 {
    margin-left: 2.0408163265306123%;
    *margin-left: 1.989795918367347%;
}
.sv-column-1, .sv-column-2, .sv-column-3, .sv-column-4, .sv-column-5, .sv-column-6, .sv-column-7, .sv-column-8, .sv-column-9, .sv-column-10, .sv-column-11, .sv-column-12, .sv-column-13, .sv-column-14 {
    float: left;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sv-grid-gridx12xcolumns.sv-fluid-grid .sv-column-6 {
    width: 48.9795918367347%;
    *width: 48.92857142857143%;
}
.sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-1, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-1, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-2, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-2, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-3, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-3, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-4, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-4, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-5, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-5, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-6, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-6, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-7, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-7, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-8, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-8, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-9, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-9, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-10, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-10, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-11, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-11, .sv-fluid-grid.sv-grid-gridx12xcolumns .sv-column-12, .sv-fixed-fluid-grid.sv-grid-gridx12xcolumns .sv-column-12 {
    margin-left: 2.0408163265306123%;
    *margin-left: 1.989795918367347%;
}
.c3953 {
    margin-bottom: 0.4em;
    margin-top: -0.1em;
    padding-bottom: 0;
}
.sv-use-margins .ah4xwhite {
    margin-bottom: 0em;
}
.ah4xwhite {
    font-family: ffclanwebprobook,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    color: #ffffff;
    line-height: normal;
}
.sv-text-portlet-content *, .sv-text-portlet-cloned-content * {
    white-space: pre-wrap;
}
.sv-text-align-center {
    text-align: center !important;
}
address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 15px 0;
}
.c3938 {
    padding-bottom: 0.8em;
}
.sv-spacer-0vt > .sv-portlet, .sv-spacer-0vt > .sv-text-portlet, .sv-spacer-0vt > .sv-old-text-portlet, .sv-spacer-0vt > .sv-layout {
    margin-top: 0;
}
.sv-grid-gridx12xcolumns.sv-fluid-grid, .sv-grid-gridx12xcolumns.sv-fixed-fluid-grid {
    max-width: 980px;
    width: 97%;
}
.sv-grid-gridx12xcolumns {
    margin-right: auto;
    margin-left: auto;
}
.c3952 {
    margin-top: 0;
    padding-top: 0;
}
.sv-row, .sv-row-1, .sv-row-2, .sv-row-3, .sv-row-4, .sv-row-5, .sv-row-6, .sv-row-7, .sv-row-8, .sv-row-9, .sv-row-10, .sv-row-11, .sv-row-12, .sv-row-13, .sv-row-14 {
    *zoom: 1;
}
.sv-row, .sv-row-1, .sv-row-2, .sv-row-3, .sv-row-4, .sv-row-5, .sv-row-6, .sv-row-7, .sv-row-8, .sv-row-9, .sv-row-10, .sv-row-11, .sv-row-12, .sv-row-13, .sv-row-14 {
    margin-right: auto;
    margin-left: auto;
}
.sv-use-margins .ah4xwhite {
    margin-bottom: 0em;
}
.ah4xwhite {
    font-family: ffclanwebprobook,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    color: #ffffff;
    line-height: normal;
}

.sv-text-portlet-content *, .sv-text-portlet-cloned-content * {
    white-space: pre-wrap;
}
.sv-text-align-center {
    text-align: center !important;
}
address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 15px 0;
}
.sv-spacer-0vt > .sv-portlet, .sv-spacer-0vt > .sv-text-portlet, .sv-spacer-0vt > .sv-old-text-portlet, .sv-spacer-0vt > .sv-layout {
    margin-top: 0;
}
.sv-grid-gridx12xcolumns.sv-fluid-grid, .sv-grid-gridx12xcolumns.sv-fixed-fluid-grid {
    max-width: 980px;
    width: 97%;
}
.sv-grid-gridx12xcolumns {
    margin-right: auto;
    margin-left: auto;
}
.c3986 {
    background-image: url(/templets/default/images/laddaned2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 0 30px 30px;
    margin-top: 0.3em;
    padding-bottom: 0.1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.6em;
}